func runtime.netpollopen

2 uses

	runtime (current package)
		netpoll.go#L239: 	errno := netpollopen(fd, pd)
		netpoll_epoll.go#L64: func netpollopen(fd uintptr, pd *pollDesc) int32 {